const github.com/klauspost/compress/flate.regSizeMaskUint32

61 uses

	github.com/klauspost/compress/flate (current package)
		inflate.go#L545: 		rep += int(f.b & uint32(1<<(nb&regSizeMaskUint32)-1))
		inflate.go#L546: 		f.b >>= nb & regSizeMaskUint32
		inflate.go#L700: 	f.b |= uint32(c) << (f.nb & regSizeMaskUint32)
		inflate.go#L725: 			b |= uint32(c) << (nb & regSizeMaskUint32)
		inflate.go#L744: 			f.b = b >> (n & regSizeMaskUint32)
		inflate_gen.go#L56: 					fb |= uint32(c) << (fnb & regSizeMaskUint32)
		inflate_gen.go#L74: 					fb = fb >> (n & regSizeMaskUint32)
		inflate_gen.go#L116: 				fb |= uint32(c) << (fnb & regSizeMaskUint32)
		inflate_gen.go#L120: 			fb >>= n & regSizeMaskUint32
		inflate_gen.go#L144: 				fb |= uint32(c) << (fnb & regSizeMaskUint32)
		inflate_gen.go#L168: 					fb |= uint32(c) << (fnb & regSizeMaskUint32)
		inflate_gen.go#L186: 					fb = fb >> (n & regSizeMaskUint32)
		inflate_gen.go#L200: 			extra := (dist & 1) << (nb & regSizeMaskUint32)
		inflate_gen.go#L212: 				fb |= uint32(c) << (fnb & regSizeMaskUint32)
		inflate_gen.go#L216: 			fb >>= nb & regSizeMaskUint32
		inflate_gen.go#L218: 			dist = 1<<((nb+1)&regSizeMaskUint32) + 1 + extra
		inflate_gen.go#L307: 					fb |= uint32(c) << (fnb & regSizeMaskUint32)
		inflate_gen.go#L325: 					fb = fb >> (n & regSizeMaskUint32)
		inflate_gen.go#L367: 				fb |= uint32(c) << (fnb & regSizeMaskUint32)
		inflate_gen.go#L371: 			fb >>= n & regSizeMaskUint32
		inflate_gen.go#L395: 				fb |= uint32(c) << (fnb & regSizeMaskUint32)
		inflate_gen.go#L419: 					fb |= uint32(c) << (fnb & regSizeMaskUint32)
		inflate_gen.go#L437: 					fb = fb >> (n & regSizeMaskUint32)
		inflate_gen.go#L451: 			extra := (dist & 1) << (nb & regSizeMaskUint32)
		inflate_gen.go#L463: 				fb |= uint32(c) << (fnb & regSizeMaskUint32)
		inflate_gen.go#L467: 			fb >>= nb & regSizeMaskUint32
		inflate_gen.go#L469: 			dist = 1<<((nb+1)&regSizeMaskUint32) + 1 + extra
		inflate_gen.go#L558: 					fb |= uint32(c) << (fnb & regSizeMaskUint32)
		inflate_gen.go#L576: 					fb = fb >> (n & regSizeMaskUint32)
		inflate_gen.go#L618: 				fb |= uint32(c) << (fnb & regSizeMaskUint32)
		inflate_gen.go#L622: 			fb >>= n & regSizeMaskUint32
		inflate_gen.go#L646: 				fb |= uint32(c) << (fnb & regSizeMaskUint32)
		inflate_gen.go#L670: 					fb |= uint32(c) << (fnb & regSizeMaskUint32)
		inflate_gen.go#L688: 					fb = fb >> (n & regSizeMaskUint32)
		inflate_gen.go#L702: 			extra := (dist & 1) << (nb & regSizeMaskUint32)
		inflate_gen.go#L714: 				fb |= uint32(c) << (fnb & regSizeMaskUint32)
		inflate_gen.go#L718: 			fb >>= nb & regSizeMaskUint32
		inflate_gen.go#L720: 			dist = 1<<((nb+1)&regSizeMaskUint32) + 1 + extra
		inflate_gen.go#L809: 					fb |= uint32(c) << (fnb & regSizeMaskUint32)
		inflate_gen.go#L827: 					fb = fb >> (n & regSizeMaskUint32)
		inflate_gen.go#L869: 				fb |= uint32(c) << (fnb & regSizeMaskUint32)
		inflate_gen.go#L873: 			fb >>= n & regSizeMaskUint32
		inflate_gen.go#L897: 				fb |= uint32(c) << (fnb & regSizeMaskUint32)
		inflate_gen.go#L921: 					fb |= uint32(c) << (fnb & regSizeMaskUint32)
		inflate_gen.go#L939: 					fb = fb >> (n & regSizeMaskUint32)
		inflate_gen.go#L953: 			extra := (dist & 1) << (nb & regSizeMaskUint32)
		inflate_gen.go#L965: 				fb |= uint32(c) << (fnb & regSizeMaskUint32)
		inflate_gen.go#L969: 			fb >>= nb & regSizeMaskUint32
		inflate_gen.go#L971: 			dist = 1<<((nb+1)&regSizeMaskUint32) + 1 + extra
		inflate_gen.go#L1060: 					fb |= uint32(c) << (fnb & regSizeMaskUint32)
		inflate_gen.go#L1078: 					fb = fb >> (n & regSizeMaskUint32)
		inflate_gen.go#L1120: 				fb |= uint32(c) << (fnb & regSizeMaskUint32)
		inflate_gen.go#L1124: 			fb >>= n & regSizeMaskUint32
		inflate_gen.go#L1148: 				fb |= uint32(c) << (fnb & regSizeMaskUint32)
		inflate_gen.go#L1172: 					fb |= uint32(c) << (fnb & regSizeMaskUint32)
		inflate_gen.go#L1190: 					fb = fb >> (n & regSizeMaskUint32)
		inflate_gen.go#L1204: 			extra := (dist & 1) << (nb & regSizeMaskUint32)
		inflate_gen.go#L1216: 				fb |= uint32(c) << (fnb & regSizeMaskUint32)
		inflate_gen.go#L1220: 			fb >>= nb & regSizeMaskUint32
		inflate_gen.go#L1222: 			dist = 1<<((nb+1)&regSizeMaskUint32) + 1 + extra
		regmask_amd64.go#L35: 	regSizeMaskUint32 = reg8SizeMask32